Interface AuthPayload

All Superinterfaces:
IkePayload, IPCData, Pdu, Signal
All Known Implementing Classes:
AuthPayloadImpl

public interface AuthPayload extends IkePayload
  • Method Details

    • getCode

      Byte getCode()
      Returns:
      Byte Returns a Byte
    • setCode

      void setCode(Byte code)
      Parameters:
      code - Takes in a parameter of code
    • getInfo

      String getInfo()
      Returns:
      String Returns a String
    • setInfo

      void setInfo(String info)
      Parameters:
      info - Takes in a parameter of info